accept

open override fun accept(input: T)

updates the wrapped value. NOTE: this method will push updates to an UpdateManager, if any. For in-game updating consider validateAndSet

This method is implemented from java.util.function.Consumer.

Author

fzzyhmstrs

Since

0.1.0

Parameters

input

new value to wrap

See also